From: Juanma Barranquero Date: Mon, 2 Mar 2009 09:01:54 +0000 (+0000) Subject: Revert last change, committed by mistake. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1455 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a95f40edfdd5e680e185dc45489df65b3a2ab491;p=emacs.git Revert last change, committed by mistake. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index f7b8fac3dc7..ccbf09b75ea 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2239,8 +2239,7 @@ in which C preprocessor directives are used. e.g. `asm-mode' and "\\)\\)\\>" ;; Any whitespace and defined object. "[ \t'\(]*" - "\\(setf[ \t]+\\sw+\\|\\sw+\\)?" - "[ \t)]*") + "\\(setf[ \t]+\\sw+)\\|\\sw+\\)?") (1 font-lock-keyword-face) (9 (cond ((match-beginning 3) font-lock-function-name-face) ((match-beginning 6) font-lock-variable-name-face)